// Laaser Shop System // Copyright: Jürgen Laaser, 2002-2007 // Includes include ("config.php"); include ("templates.php"); // Variablen Deklaration if(!isset($_GET['search'])) $_GET['search'] = ""; if(!isset($_GET['id'])) $_GET['id'] = ""; $get_vars['search'] = htmlentities($_GET['search']); $get_vars['id'] = htmlentities($_GET['id']); // Programm-Code $conn_id = mysql_connect($HOST,$ID,$PW); mysql_select_db($DB,$conn_id); $result = mysql_query("select * from ".$PREFIX."_Artikel where id = '{$get_vars['id']}'"); while ($row = mysql_fetch_object($result)) { $artikelnummer = $row->artikelnummer; $name = $row->name; $beschreibung = $row->beschreibung; $bild = $row->bild; $preis = $row->preis; $variante1 = $row->variante1; $variante2 = $row->variante2; $preis = number_format($preis,2,",","."); $beschreibung = nl2br($beschreibung); } ?>
if ($header_img == "ok") echo "![]() |
|
echo $TITLE2 ?> | ||
![]() ![]() ![]() ![]() |
||
Produkt: echo $name ?> | ||
if ($get_vars['search']) echo " zurück "; if ($get_vars['kategorie']) echo " zurück"; ?> | ||
echo $shopmeldung ?> |